home *** CD-ROM | disk | FTP | other *** search
- #ifndef _OBGET_H
- #define _OBGET_H 1
-
- /**************************************************************************
- * obget.h: Specific definitions for ObGet.
- * A part of OberSuite for the Commodore Amiga.
- *
- * Author: Daniel Barrett, barrett@cs.umass.edu.
- * Version: 1.0.
- * Copyright: None! This program is in the Public Domain.
- * Please share it with others.
- ***************************************************************************/
-
- /***************************************************************************
- * Program version.
- ***************************************************************************/
-
- #define VERSION "1.03"
- #define VERDATE "(21.1.93)"
-
- /***************************************************************************
- * Prototypes
- ***************************************************************************/
-
- void ObGet(char *patchString, char *filename);
-
- /***************************************************************************
- * Global variables
- ***************************************************************************/
-
- extern char programName[];
- extern int thePrintStyle;
- int overwriteAll;
-
- /***************************************************************************
- * Stuff for getopt().
- ***************************************************************************/
-
- static char *options = "qQla";
-
-
- #endif /* _OBGET_H */
-